/*swiper*/

.swiper-container {
	width: 100%;
	height: 640px;
}

.swiper-slide {
	overflow: hidden;
	position: relative;
	display: block;
}

.bannerBg {
	display: block;
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.swiper-slide .bannerImg {
	position: absolute;
	z-index: 9;
}

.swiper-container .pagination {
	position: absolute;
	z-index: 20;
	bottom: 40px;
	width: 100%;
	text-align: center;
	vertical-align: top;
}

.swiper-container .swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 0 5px;
	border: 3px solid #fff;
	cursor: pointer;
	transition: .2s;
	margin-top: 4px;
	vertical-align: top;
}

.swiper-container .swiper-active-switch {
	width: 16px;
	height: 16px;
	position: relative;
	margin-top: 0
}

.swiper-container .swiper-active-switch::after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto;
}


/*最新公告*/

.announcementWrap {
	background: #fafafa;
}

.announcement {
	height: 144px;
	width: 1200px;
	margin: 0 auto;
	font: 14px/60px 微软雅黑;
	color: #9499c1;
	position:relative;
}

.announcementTit {
    width: 66px;
    height: 144px;
    font-size:30px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    background: #F0F0F0;
    line-height:144px;
	color:#999;
}
.announcementTit:hover{
	background:#E6E6E6;
}
.announcement ul {
	width: 1075px;
	float: left;
}

.announcement .announcementItem {
	width: 276px;
	margin: 0 4px;
	position: relative;
	float: left;
}

.announcementItem::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border: 2px solid #ffcc31;
	position: absolute;
	left: 5px;
	top: -52px;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
}

.announcementItem a {
	display: block;
	color: #666;
	padding: 0 20px 20px;
	width: 238px;
}

.announcementItem a:hover {
	background: #f3f3f3;
}

.newsTitle {
	font-size: 16px;
	color: #666;
	line-height: 26px;
	padding-top: 32px;
	width: 238px;
	display: block;
	height: 52px;
	overflow: hidden;
}

.newsDate {
	font-size: 14px;
	line-height: 14px;
	margin-top: 22px;
	color: #666;
	display: block;
}
.Icon{font-size:20px;}
/*特点*/

.characteristic {
	width: 1200px;
	margin: 40px auto 60px;
	height: 320px;
	overflow: hidden;
}

.characteristicItem {
	width: 237px;
	height: 100%;
	margin-left: 5px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0;
	float: left;
	box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.06);
}

.characteristicItem:first-child {
	margin-left: 0;
	width: 474px;
}

.characteristicShow {
	height: 100%;
	width: 237px;
	display: inline-block;
	border-radius: 5px;
	overflow: hidden;
}

.characteristicImg {
	width: 92px;
	height: 92px;
	margin: 30px;
}

.characteristicShowTit {
	font: 22px/22px 微软雅黑;
	color: #fff;
	margin-bottom: 14px;
	padding: 0 30px;
}

.characteristicShowTxt {
	font: 14px/24px 微软雅黑;
	color: #fff;
	padding: 0 30px;
	white-space: normal;
}

.characteristicHide {
	width: 237px;
	height: 100%;
	border-radius: 5px;
	background: url("../images/characteristicBg_01.jpg") no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	text-align: center;
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.characteristicHideTit {
	font: 20px/20px 微软雅黑;
	color: #fff;
	margin: 44px 0 36px;
}

.characteristicHide li {
	font: 16px/16px 微软雅黑;
	color: #fff;
	margin-bottom: 24px;
}

.characteristicHide b {
	height: 0;
	width: 0;
	border: 14px solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.characteristicItem:first-child .characteristicShow {
	background: linear-gradient(120deg, #f73732, #ff635f);
	background: -webkit-linear-gradient(120deg, #f73732, #ff635f);
}

.characteristicItem:first-child .characteristicHide b {
	border-left-color: #fa4742;
}

.characteristicItem:first-child+.characteristicItem .characteristicShow {
	background: linear-gradient(120deg, #15b3cb, #31def8);
	background: -webkit-linear-gradient(120deg, #15b3cb, #31def8);
}

.characteristicItem:first-child+.characteristicItem .characteristicHide b {
	border-left-color: #21c4dc;
}

.characteristicItem:first-child+.characteristicItem+.characteristicItem .characteristicShow {
	background: linear-gradient(120deg, #2fcca3, #42f4c5);
	background: -webkit-linear-gradient(120deg, #2fcca3, #42f4c5);
}

.characteristicItem:first-child+.characteristicItem+.characteristicItem .characteristicHide b {
	border-left-color: #37dcb1;
}

.characteristicItem:first-child+.characteristicItem+.characteristicItem+.characteristicItem .characteristicShow {
	background: linear-gradient(120deg, #4380f8, #6d9eff);
	background: -webkit-linear-gradient(120deg, #4380f8, #6d9eff);
}

.characteristicItem:first-child+.characteristicItem+.characteristicItem+.characteristicItem .characteristicHide b {
	border-left-color: #558dfb;
}

/*我们的优势*/

.advantage {
	width: 1200px;
	margin: 0 auto 60px;
}

.advantage h2 {
	font: 36px/36px 微软雅黑;
	color: #303245;
	margin-bottom: 40px;
	text-align: center;
}

.advantage h2 span {
	color: #ff3934;
}

.advantageMain {
	height: 440px;
	background: #fcfcfc;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.advantageItem {
	width: 1200px;
	height: 440px;
	overflow: hidden;
}

.advantageLeft {
	float: left;
	margin-left: 60px;
	width: 250px;
	margin-top: 65px;
}

.advantageLeft p:first-child {
	font: 66px/66px DINCond-medium;
	color: #fa433f;
}

.advantageLeft p:first-child+p {
	font: 34px/34px 微软雅黑;
	color: #303245;
	margin-bottom: 8px;
}

.advantageLeft p:first-child+p+p {
	font: 34px/34px 微软雅黑;
	color: #fa433f;
	margin-bottom: 8px;
}

.advantageMiddle {
	width: 410px;
	height: 318px;
	border-radius: 18px;
	overflow: hidden;
	float: left;
	margin-top: 62px;
}

.advantageImg {
	display: block;
	width: 100%;
	height: 100%;
	transition: .5s;
}

.advantageImg:hover {
	transform: scale(1.1, 1.1);
}

.advantageRight {
	float: left;
	margin-left: 54px;
	margin-top: 76px;
	width: 360px;
}

.advantageEnTit {
	position: relative;
	height: 96px;
	margin-bottom: 26px;
}

.advantageEnTit p:first-child {
	font: 34px/34px "Century Gothic";
	color: #c9cbd5;
}

.advantageEnTit p:first-child+p {
	font: 34px/34px "Century Gothic";
	color: #c9cbd5;
	font-weight: 900;
}

.advantageEnTit::after {
	content: '';
	display: block;
	width: 16px;
	height: 3px;
	background: #ff3934;
	position: absolute;
	left: 0;
	bottom: 0;
}

.advantageTxt {
	font: 18px/28px 微软雅黑;
	color: #303245;
}

.advantageRight .toMore {
	display: block;
	width: 172px;
	height: 52px;
	position: absolute;
	right: 255px;
	bottom: 60px;
	background: #ff3934;
	border-radius: 26px;
}

.advantageRight .toMore p {
	font: 18px/52px 微软雅黑;
	color: #fff;
	float: left;
	margin-left: 34px;
}

.advantageRight .toMore .iconfont {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	float: right;
	background: #ee241f;
	font: 20px/52px 微软雅黑;
	color: #fff;
	text-align: center;
}

.advantagePage {
	position: absolute;
	bottom: 60px;
	left: 60px;
}

.advantagePage .iconfont {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	font: 20px/42px 微软雅黑;
	color: #fff;
	text-align: center;
	float: left;
	background: #303245;
	cursor: pointer;
	transition: .2s;
}

.advantagePage .iconfont:hover {
	background: #ff3934;
}

.advantagePage .pageMain {
	width: 50px;
	font: 24px/42px 微软雅黑;
	color: #303245;
	text-align: center;
	float: left;
}

.advantagePage .pageMain span {
	font-size: 36px;
	color: #fa433f;
}


/*数据*/

.dataWrap {
	height: 582px;
	background: url("../images/dataBg.jpg") no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	overflow: hidden;
}

.data {
	width: 1200px;
	margin: 20px auto;
	overflow: hidden;
}

.dataItem {
	float: left;
	width: 399px;
	height: 269px;
	text-align: center;
}

.dataItem p:first-child {
	font: 30px/66px 微软雅黑;
	color: #fff;
	margin-top: 76px;
}

.dataItem p:first-child span {
	font: 66px/66px DINCond-medium;
	color: #fa433f;
}

.dataItem p:first-child+p {
	font: 20px/20px 微软雅黑;
	color: #fff;
}

.dataItem:first-child {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.dataItem:first-child+.dataItem {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.dataItem:first-child+.dataItem+.dataItem {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.dataItem:first-child+.dataItem+.dataItem+.dataItem {
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.dataItem:first-child+.dataItem+.dataItem+.dataItem+.dataItem {
	border-right: 1px solid rgba(255, 255, 255, .1);
}


/*流量入口*/

.flowWrap {
	height: 492px;
	background: url("../images/flowbg.jpg") no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	overflow: hidden;
	margin-bottom: 60px;
}

.flow {
	width: 1200px;
	margin: 56px auto 0;
}

.flow h2 {
	font: 36px/36px 微软雅黑;
	color: #303245;
	margin-bottom: 40px;
	text-align: center;
}

.flow h2 span {
	color: #ff3934;
}

.flowList {
	overflow: hidden;
	margin-left: -40px;
	width: 1240px;
}

.flowList li {
	width: 164px;
	text-align: center;
	float: left;
	margin-left: 40px;
	margin-bottom: 46px;
}

.flowList li .iconfont {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	font: 38px/80px 微软雅黑;
	color: #fff;
	margin: 0 auto 20px;
	display: block;
}

.flowList li p {
	font: 18px/18px 微软雅黑;
	color: #303245;
}

.flowList li:first-child .iconfont {
	background: #f73732;
}

.flowList li:first-child+li .iconfont {
	background: #ffca00;
}

.flowList li:first-child+li+li .iconfont {
	background: #2fcca3;
}

.flowList li:first-child+li+li+li .iconfont {
	background: #7058ff;
}

.flowList li:first-child+li+li+li+li .iconfont {
	background: #15b4cc;
}

.flowList li:first-child+li+li+li+li+li .iconfont {
	background: #ff5d35;
}

.flowList li:first-child+li+li+li+li+li+li .iconfont {
	background: #388bf5;
}

.flowList li:first-child+li+li+li+li+li+li+li .iconfont {
	background: #15b4cc;
}

.flowList li:first-child+li+li+li+li+li+li+li+li .iconfont {
	background: #ff5d35;
}

.flowList li:first-child+li+li+li+li+li+li+li+li+li .iconfont {
	background: #ffca00;
}

.flowList li:first-child+li+li+li+li+li+li+li+li+li+li .iconfont {
	background: #4380f8;
}

.flowList li:first-child+li+li+li+li+li+li+li+li+li+li+li .iconfont {
	background: #7058ff;
}


/*合作伙伴*/

.partnerWrap {
	height: 548px;
	background: #fafafa;
	overflow: hidden;
}

.partner {
	width: 1200px;
	margin: 60px auto 0;
	overflow: hidden;
}

.partner h2 {
	font: 36px/36px 微软雅黑;
	color: #303245;
	margin-bottom: 33px;
	text-align: center;
}

.partner h2 span {
	color: #ff3934;
}

.partnerList {
	width: 1224px;
	overflow: hidden;
	margin-left: -24px;
}

.partnerList li {
	width: 282px;
	height: 172px;
	float: left;
	margin-left: 24px;
	margin-bottom: 24px;
	background: #fff;
	text-align: center;
	line-height: 172px;
}


/*服务*/

.serviceWrap {
	height: 190px;
	background: #ff3934;
}

.service {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.service p {
	font: 36px/36px 微软雅黑;
	color: #fff;
	padding: 40px 0 16px;
	margin-left: 150px;
}

.service p span {
	color: #fff000;
}

/*经典案例*/

.case {
	width: 1200px;
	margin: 0 auto 30px;
}

.case h2 {
	font: 36px/36px 微软雅黑;
	color: #303245;
	margin-bottom: 33px;
	text-align: center;
}

.case h2 span {
	color: #ff3934;
}

.caseTab {
	height: 80px;
	margin-bottom: 36px;
	background: #fbfbfb;
}

.caseTabList {
	float: left;
	margin-left: 70px;
}

.caseTabList li {
	font: 18px/80px 微软雅黑;
	color: #303245;
	position: relative;
	padding: 0 6px;
	float: left;
	margin-right: 100px;
	cursor: pointer;
}

.caseTabList li.on {
	font: 24px/80px 微软雅黑;
	color: #ff3934;
}

.caseTabList li.on::after {
	content: '';
	width: 100%;
	height: 6px;
	border-radius: 3px;
	background: #fe5735;
	position: absolute;
	left: 0;
	bottom: 0;
}

.caseTab .toMore {
	float: right;
	margin-right: 30px;
	font: 16px/80px 微软雅黑;
	color: #999999;
}

.caseTab .toMore .iconfont {
	color: #ff423d;
}

.caseList {
	width: 1220px;
	margin-left: -20px;
}

.caseList::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.caseItem {
	width: 284px;
	height: 320px;
	border-radius: 4px;
	float: left;
	margin-left: 20px;
	margin-bottom: 30px;
	box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.06);
	position: relative;
}

.caseItem:hover .proAlert {
	display: block;
}

.caseImgWrap {
	width: 284px;
	height: 210px;
	border-radius: 4px;
	overflow: hidden;
}

.caseImg {
	background: #ddd;
	width: 284px;
	height: 210px;
	display: block;
	transition: .5s;
}

.caseImg:hover {
	transform: scale(1.1, 1.1);
}

.caseClass {
	font: 14px/14px 微软雅黑;
	color: #999;
	padding: 20px 20px 10px;
}

.caseTit {
	font: 20px/20px 微软雅黑;
	color: #303245;
	padding: 0 20px 14px;
}

.caseDate {
	font: 12px/12px 微软雅黑;
	color: #999;
	padding: 0 20px;
}

.tabsMain {
	display: none;
}

.active {
	display: block;
}


/*  */

.caseList li:hover .proAlert {
	display: block;
}

.caseItem .proAlert {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	border-radius: 4px;
	padding: 48px;
	display: none;
}

.caseItem .proAlert img {
	display: block;
	width: 140px;
	height: 140px;
	margin: 0 auto 36px;
}

.caseItem .proAlert p {
	line-height: 28px;
	font-size: 20px;
	color: #333147;
	font-weight: 800;
	text-align: center;
}

/* 新闻 */
.tearchCourel {
	height: auto;
	overflow: hidden;
	background: #fafafa;
}

.newsBox {
	width: 1198px;
	margin: 60px auto 0;
	padding: 40px 0 70px;
	border: 1px solid #f5f5f5;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.newsBox h2 {
	font: 36px/36px 微软雅黑;
	color: #303245;
	margin-bottom: 68px;
	text-align: center;
}

.newsBox h2>span {
	color: #ff3934;
}

.newsType {
	height: 53px;
	font-size: 0;
	margin-left: 80px;
}

.newsType a {
	display: inline-block;
	padding: 0 30px;
	margin: 0 9px;
	line-height: 52px;
	font-size: 18px;
	color: #303245;
	font-family: "微软雅黑";
	background: #f6f6f8;
}

.newsType a.on {
	color: #fff;
	font-size: 18px;
	background: #FF3934;
}

.newsType a:hover {
	color: #fff;
	font-size: 18px;
	background: #FF3934;
}

.minBox {
	margin-top: 50px;
	padding: 0 29px;
}

.newsList {
	display: none;
	height: auto;
	overflow: hidden;
}

.newsList li {
	float: left;
	margin: 0 6px 20px;
	text-align: center;
	width: 273px;
}

.newsList li a {
	height: auto;
	overflow: hidden;
	text-align: center;
}

.newsList li a>span {
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 273px;
	height: 23px;
	line-height: 23px;
	font-size: 16px;
	font-family: "microsoft yahei"
}

.seeMore {
	width: 274px;
	height: 68px;
	line-height: 68px;
	font-size: 24px;
	text-align: center;
	border: 1px solid #fd5134;
	border-radius: 36px;
	display: block;
	color: #fd5134;
	margin: 24px auto 58px;
	font-weight: 400;
	font-family: "microsoft yahei"
}

.seeMore:hover {
	background: #FD5134;
	color: #fff;
}
